home *** CD-ROM | disk | FTP | other *** search
/ PC Answers 1995 December / PC Answers December 1995 (disc errors).iso / mxc / flyinf.dir / 00043.ls < prev    next >
Encoding:
Text File  |  1995-05-04  |  237 b   |  12 lines

  1. on mouseDown
  2.   global gdirmovie
  3.   set the castNum of sprite 12 to 53
  4.   updateStage()
  5.   repeat with i = 2 to 11
  6.     set the castNum of sprite i to 47
  7.   end repeat
  8.   updateStage()
  9.   set gdirmovie to "flyInf.dir"
  10.   go(1, "flybox2.dir")
  11. end
  12.